Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3099 add libthrift to parquet-cli shaded jar #3100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arnaud-Nauwynck
Copy link

@Arnaud-Nauwynck Arnaud-Nauwynck commented Dec 8, 2024

Rationale for this change

Closes #3099

the parquet-cli shaded "runtime.jar" does not work. Getting NoClassDefFoundError on libthrift class.

What changes are included in this PR?

add libthrift to parquet-cli/pom.xml.
it is already a transitive dependency, but was not in shaded jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoClassDefFoundError using parquet-cli shaded jar (building with mvn -Plocal)
3 participants